From cae3399047c20a2582e9ffe1399950268f04fb39 Mon Sep 17 00:00:00 2001 From: Mathieu Malaterre Date: Tue, 21 Jun 2022 14:28:01 +0200 Subject: [PATCH] d/postrm: Fix possible-bashism-in-maintainer-script --- debian/dcmtk.postrm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/dcmtk.postrm b/debian/dcmtk.postrm index 5a493f48..2d94a969 100644 --- a/debian/dcmtk.postrm +++ b/debian/dcmtk.postrm @@ -17,7 +17,7 @@ fi # Remove dcmtk user/group if they exist on cleanup if id -u "dcmtk" > /dev/null 2>&1; then - echo "Removing 'dcmtk' user and group from the system...\n" + echo "Removing \`dcmtk' user and group from the system..." userdel dcmtk fi -- 2.30.2